All Questions
2 questions
0votes
1answer
78views
Forminator + Hubspot Workflows
I need to send Forminator form data to a Hubspot workflow for a client. This doesn't seem to be working function send_form_data_to_hubspot($form_data) { $hubspot_api_key = 'MY_API_KEY'; $...
1vote
1answer
330views
woocommerce registration form with klaviyo(don't work with current user)
I'm trying to integrate klaviyo with woocom form, this is the code I added below. The issue is when I add any hardcoded email in variable $emailUntrim = "[email protected]" instead of $...